var net/http.http2disableExtendedConnectProtocol

4 uses

	net/http (current package)
		h2_bundle.go#L3441: 	http2disableExtendedConnectProtocol = true
		h2_bundle.go#L3455: 		http2disableExtendedConnectProtocol = false
		h2_bundle.go#L4892: 	if !http2disableExtendedConnectProtocol {
		h2_bundle.go#L6201: 	if http2disableExtendedConnectProtocol && rp.Protocol != "" {